type runtime.guintptr
29 uses
runtime (current package)
coro.go#L25: gp guintptr
coro.go#L183: var self guintptr
mgc.go#L1369: gp guintptr
proc.go#L1820: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L2147: g guintptr
proc.go#L2395: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L5031: newg.sched.g = guintptr(unsafe.Pointer(newg))
proc.go#L6716: if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
proc.go#L6886: func runqgrab(pp *p, batch *[256]guintptr, batchHead uint32, stealRunNextG bool) uint32 {
proc.go#L6963: head guintptr
proc.go#L6964: tail guintptr
proc.go#L7030: head guintptr
runtime2.go#L263: type guintptr uintptr
runtime2.go#L266: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
runtime2.go#L269: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
runtime2.go#L272: func (gp *guintptr) cas(old, new guintptr) bool {
runtime2.go#L277: func (gp *g) guintptr() guintptr {
runtime2.go#L278: return guintptr(unsafe.Pointer(gp))
runtime2.go#L287: (*guintptr)(unsafe.Pointer(gp)).set(new)
runtime2.go#L339: g guintptr
runtime2.go#L459: schedlink guintptr
runtime2.go#L566: caughtsig guintptr // goroutine running during fatal signal
runtime2.go#L596: lockedg guintptr
runtime2.go#L621: libcallg guintptr
runtime2.go#L672: runq [256]guintptr
runtime2.go#L685: runnext guintptr
traceback.go#L103: g guintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |